Property | Type | Description | |
---|---|---|---|
BirthAnimDirection | MBImageAnimationDirection | ||
BirthAnimMode | MBImageAnimationMode | ||
BirthAnimRepeat | MBImageAnimationRepeat | ||
BirthAnimSpeed | float | ||
BirthAnimTiming | MBImageAnimationTimingMode | ||
LifetimeAnimDirection | MBImageAnimationDirection | ||
LifetimeAnimMode | MBImageAnimationMode | ||
LifetimeAnimRepeat | MBImageAnimationRepeat | ||
LifetimeAnimSpeed | float | ||
LifetimeAnimTiming | MBImageAnimationTimingMode | ||
StartFrame | int |
Method | Description | |
---|---|---|
OnBirth ( MBParticle, PT ) : void | ||
OnLifetime ( MBParticle, PT ) : bool | ||
OnPlay ( ) : void | ||
Reset ( ) : void | ||
Validate ( ) : void |
Method | Description | |
---|---|---|
Advance ( int frame, int &dir, MBImageAnimationRepeat repeat, MBImageAnimationMode mode ) : int |
public MBImageAnimationDirection BirthAnimDirection | ||
return | MBImageAnimationDirection |
public MBImageAnimationMode BirthAnimMode | ||
return | MBImageAnimationMode |
public MBImageAnimationRepeat BirthAnimRepeat | ||
return | MBImageAnimationRepeat |
public MBImageAnimationTimingMode BirthAnimTiming | ||
return | MBImageAnimationTimingMode |
public MBImageAnimationDirection LifetimeAnimDirection | ||
return | MBImageAnimationDirection |
public MBImageAnimationMode LifetimeAnimMode | ||
return | MBImageAnimationMode |
public MBImageAnimationRepeat LifetimeAnimRepeat | ||
return | MBImageAnimationRepeat |
public MBImageAnimationTimingMode LifetimeAnimTiming | ||
return | MBImageAnimationTimingMode |