C# Class Nez.Farseer.FSCompoundPolygonBody

creates a compound polygon based on an image
Inheritance: FSRenderableBody
Mostra file Open project: prime31/Nez

Protected Properties

Property Type Description
_verts List

Public Methods

Method Description
FSCompoundPolygonBody ( Subtexture subtexture ) : System.Collections.Generic
initialize ( ) : void
onEntityTransformChanged ( Transform comp ) : void

Method Details

FSCompoundPolygonBody() public method

public FSCompoundPolygonBody ( Subtexture subtexture ) : System.Collections.Generic
subtexture Nez.Textures.Subtexture
return System.Collections.Generic

initialize() public method

public initialize ( ) : void
return void

onEntityTransformChanged() public method

public onEntityTransformChanged ( Transform comp ) : void
comp Transform
return void

Property Details

_verts protected_oe property

protected List _verts
return List