C# Class Nez.Farseer.FSCompoundPolygonBody

creates a compound polygon based on an image
Inheritance: FSRenderableBody
Afficher le fichier Open project: prime31/Nez

Protected Properties

Свойство Type Description
_verts List

Méthodes publiques

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

Method Details

FSCompoundPolygonBody() public méthode

public FSCompoundPolygonBody ( Subtexture subtexture ) : System.Collections.Generic
subtexture Nez.Textures.Subtexture
Résultat System.Collections.Generic

initialize() public méthode

public initialize ( ) : void
Résultat void

onEntityTransformChanged() public méthode

public onEntityTransformChanged ( Transform comp ) : void
comp Transform
Résultat void

Property Details

_verts protected_oe property

protected List _verts
Résultat List