C# Class Nez.Verlet.Constraint

Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Свойство Type Description
collidesWithColliders bool

Méthodes publiques

Méthode Description
debugRender ( Batcher batcher ) : void

debug renders the Constraint

handleCollisions ( int collidesWithLayers ) : void

if collidesWithColliders is true this will be called

solve ( ) : void

solves the Constraint

Method Details

debugRender() public méthode

debug renders the Constraint
public debugRender ( Batcher batcher ) : void
batcher Batcher Batcher.
Résultat void

handleCollisions() public méthode

if collidesWithColliders is true this will be called
public handleCollisions ( int collidesWithLayers ) : void
collidesWithLayers int
Résultat void

solve() public abstract méthode

solves the Constraint
public abstract solve ( ) : void
Résultat void

Property Details

collidesWithColliders public_oe property

if true, the Constraint will check for collisions with standard Nez Colliders. Inner Constraints do not need to have this set to true.
public bool collidesWithColliders
Résultat bool