C# Class Particles.ObjectConstrain

Abstact ObjectConstrain
Afficher le fichier Open project: guidovanhilst/SharpThreejs Class Usage Examples

Méthodes publiques

Свойство Type Description
Apply bool
Mesh THREE.Mesh

Méthodes publiques

Méthode Description
ApplyConstrained ( IEnumerable particles ) : void
Constrain ( THREE pos ) : THREE.Vector3

return a forced displacement constrain (delta)

UpdateMesh ( ) : void

Method Details

ApplyConstrained() public méthode

public ApplyConstrained ( IEnumerable particles ) : void
particles IEnumerable
Résultat void

Constrain() public abstract méthode

return a forced displacement constrain (delta)
public abstract Constrain ( THREE pos ) : THREE.Vector3
pos THREE
Résultat THREE.Vector3

UpdateMesh() public abstract méthode

public abstract UpdateMesh ( ) : void
Résultat void

Property Details

Apply public_oe property

public bool Apply
Résultat bool

Mesh public_oe property

public THREE.Mesh Mesh
Résultat THREE.Mesh