C# Class FB.PosePlus.AniClip

Inheritance: UnityEngine.ScriptableObject, IPlayAni
Afficher le fichier Open project: lightszero/EgretUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
boneinfo List
fps float
frames List
loop bool
subclips List

Méthodes publiques

Méthode Description
GetFrame ( int frame ) : Frame
GetSubClip ( string name ) : SubClip
MatchBone ( AniClip clip ) : bool
ResetLerpFrameAll ( ) : void
ResetLerpFrameSegment ( int frame ) : void

Method Details

GetFrame() public méthode

public GetFrame ( int frame ) : Frame
frame int
Résultat Frame

GetSubClip() public méthode

public GetSubClip ( string name ) : SubClip
name string
Résultat SubClip

MatchBone() public méthode

public MatchBone ( AniClip clip ) : bool
clip AniClip
Résultat bool

ResetLerpFrameAll() public méthode

public ResetLerpFrameAll ( ) : void
Résultat void

ResetLerpFrameSegment() public méthode

public ResetLerpFrameSegment ( int frame ) : void
frame int
Résultat void

Property Details

boneinfo public_oe property

public List boneinfo
Résultat List

fps public_oe property

public float fps
Résultat float

frames public_oe property

public List frames
Résultat List

loop public_oe property

public bool loop
Résultat bool

subclips public_oe property

public List subclips
Résultat List