Click or drag to resize

CollisionShapeResourceChanged Method

If this method exists within a script it will be called whenever the shape resource has been modified.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ResourceChanged(
	Resource resource
)

Parameters

resource
Type: GodotResource

[Missing <param name="resource"/> documentation for "M:Godot.CollisionShape.ResourceChanged(Godot.Resource)"]

See Also