C# Class TechfairKinect.Components.Particles.ParticleComponent

Inheritance: IComponent
Mostra file Open project: techx/old-techfair-kinect-booth

Public Methods

Method Description
ExplodeIn ( System.Action onCompleted ) : void
ExplodeOut ( System.Action onCompleted ) : void
OnGesture ( GestureType gestureType ) : void
ResetSkeleton ( ) : void
UpdatePhysics ( double timeStep ) : void
UpdateSkeleton ( ScaledJoint>.Dictionary skeleton ) : void

Method Details

ExplodeIn() public abstract method

public abstract ExplodeIn ( System.Action onCompleted ) : void
onCompleted System.Action
return void

ExplodeOut() public abstract method

public abstract ExplodeOut ( System.Action onCompleted ) : void
onCompleted System.Action
return void

OnGesture() public method

public OnGesture ( GestureType gestureType ) : void
gestureType GestureType
return void

ResetSkeleton() public abstract method

public abstract ResetSkeleton ( ) : void
return void

UpdatePhysics() public abstract method

public abstract UpdatePhysics ( double timeStep ) : void
timeStep double
return void

UpdateSkeleton() public abstract method

public abstract UpdateSkeleton ( ScaledJoint>.Dictionary skeleton ) : void
skeleton ScaledJoint>.Dictionary
return void