Click or drag to resize
ParticleNode Methods

The ParticleNode type exposes the following members.

Methods
  NameDescription
Public methodAddChildNode
Add a child node to this node.
(Inherited from Node.)
Public methodAddEntity
Add an entity to this node.
(Inherited from Node.)
Public methodBuildTransformationsMatrix
Build matrix from node transformations.
(Inherited from Node.)
Public methodClone
Clone this scene node.
(Overrides BoundingSphereCullingNodeClone.)
Public methodDraw
Draw the node and its children.
(Inherited from Node.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindChildNode
Find and return first child node by identifier.
(Inherited from Node.)
Public methodForceFullUpdate
Force this node to update transformation and recalculate bounding box and sphere.
(Inherited from Node.)
Public methodGetBoundingBox
Get up-to-date bounding box of this node and all its child nodes, and recalculate it if needed.
(Inherited from Node.)
Public methodGetBoundingSphere
Get up-to-date bounding sphere of this node and all its child nodes, and recalculate it if needed.
(Inherited from Node.)
Public methodGetDebugString
Get a debug string representation of this scene node and its children.
(Inherited from Node.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnChildWorldMatrixChange
Called every time one of the child nodes recalculate world transformations.
(Inherited from CullingNode.)
Public methodRemoveChildNode
Remove a child node from this node.
(Inherited from Node.)
Public methodRemoveEntity
Remove an entity from this node.
(Inherited from Node.)
Public methodRemoveFromParent
Remove this node from its parent.
(Inherited from Node.)
Public methodResetTransformations
Reset all local transformations.
(Inherited from Node.)
Public methodSetWorldTransforms
Set world transformations from external source. To prevent the node from overriding these changes, set 'UseExternalTransformations' to true.
(Inherited from Node.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Transform a given transformations and return the result matrix.
(Inherited from Node.)
Public methodTranslate
Move position by vector.
(Inherited from Node.)
Public methodUpdateBoundingBox
Recalculate bounding box of this node and all its child nodes.
(Inherited from Node.)
Public methodUpdateBoundingSphere
Calculate bounding sphere and return results. This also set internal caching.
(Inherited from Node.)
Public methodUpdateTransformations
Update transformations for this node and its children, if needed.
(Inherited from Node.)
Top
See Also