PolygonPolygonUpdated Delegate |
[Missing <summary> documentation for "T:BrydenWoodUnity.GeometryManipulation.Polygon.PolygonUpdated"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic delegate void PolygonUpdated(
Polygon sender
)
Public Delegate Sub PolygonUpdated (
sender As Polygon
)
public delegate void PolygonUpdated(
Polygon^ sender
)
type PolygonUpdated =
delegate of
sender : Polygon -> unit
Parameters
- sender
- Type: BrydenWoodUnity.GeometryManipulationPolygon
See Also