프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnAnimationCompleted | Action |
메소드 | 설명 | |
---|---|---|
Initialise ( INamedDataProvider initialisationData ) : void | ||
Intersections ( Ray3 ray ) : float>>.IEnumerable |
Test a ray (in model space) for intersection with individual bones.
|
|
Intersections ( BoundingSphere sphere ) : IEnumerable |
||
ModelInstance ( NamedBoxCollection metadata ) : void | ||
Shutdown ( INamedDataProvider shutdownData ) : void |
메소드 | 설명 | |
---|---|---|
Initialised ( ) : void | ||
ParallelUpdate ( float elapsedTime ) : void |
메소드 | 설명 | |
---|---|---|
ModelChanged ( ModelInstance model ) : void | ||
UpdateSkinTransforms ( ) : void |
public Initialise ( INamedDataProvider initialisationData ) : void | ||
initialisationData | INamedDataProvider | |
리턴 | void |
public Intersections ( Ray3 ray ) : float>>.IEnumerable |
||
ray | Ray3 | |
리턴 | float>>.IEnumerable |
public Intersections ( BoundingSphere sphere ) : IEnumerable |
||
sphere | BoundingSphere | |
리턴 | IEnumerable |
public ModelInstance ( NamedBoxCollection metadata ) : void | ||
metadata | NamedBoxCollection | |
리턴 | void |
protected ParallelUpdate ( float elapsedTime ) : void | ||
elapsedTime | float | |
리턴 | void |
public Shutdown ( INamedDataProvider shutdownData ) : void | ||
shutdownData | INamedDataProvider | |
리턴 | void |