C# Class FPDebugPolygonColliderView, Futile-SpineSprite

Inheritance: FFacetElementNode
Mostra file Open project: Grizzlage/Futile-SpineSprite Class Usage Examples

Public Methods

Method Description
FPDebugPolygonColliderView ( string elementName, FPPolygonalCollider, mesh2D ) : System
HandleElementChanged ( ) : void
PopulateRenderLayer ( ) : void
Redraw ( bool shouldForceDirty, bool shouldUpdateDepth ) : void
UpdateLocalVertices ( ) : void

Method Details

FPDebugPolygonColliderView() public method

public FPDebugPolygonColliderView ( string elementName, FPPolygonalCollider, mesh2D ) : System
elementName string
mesh2D FPPolygonalCollider,
return System

HandleElementChanged() public method

public HandleElementChanged ( ) : void
return void

PopulateRenderLayer() public method

public PopulateRenderLayer ( ) : void
return void

Redraw() public method

public Redraw ( bool shouldForceDirty, bool shouldUpdateDepth ) : void
shouldForceDirty bool
shouldUpdateDepth bool
return void

UpdateLocalVertices() public method

public UpdateLocalVertices ( ) : void
return void