C# Class Particles.ObjectConstrain

Abstact ObjectConstrain
Show file Open project: guidovanhilst/SharpThreejs Class Usage Examples

Public Properties

Property Type Description
Apply bool
Mesh THREE.Mesh

Public Methods

Method Description
ApplyConstrained ( IEnumerable particles ) : void
Constrain ( THREE pos ) : THREE.Vector3

return a forced displacement constrain (delta)

UpdateMesh ( ) : void

Method Details

ApplyConstrained() public method

public ApplyConstrained ( IEnumerable particles ) : void
particles IEnumerable
return void

Constrain() public abstract method

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

UpdateMesh() public abstract method

public abstract UpdateMesh ( ) : void
return void

Property Details

Apply public property

public bool Apply
return bool

Mesh public property

public THREE.Mesh Mesh
return THREE.Mesh