C# Class FB.PosePlus.AniClip

Inheritance: UnityEngine.ScriptableObject, IPlayAni
Datei anzeigen Open project: lightszero/EgretUnity Class Usage Examples

Public Properties

Property Type Description
boneinfo List
fps float
frames List
loop bool
subclips List

Public Methods

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

Method Details

GetFrame() public method

public GetFrame ( int frame ) : Frame
frame int
return Frame

GetSubClip() public method

public GetSubClip ( string name ) : SubClip
name string
return SubClip

MatchBone() public method

public MatchBone ( AniClip clip ) : bool
clip AniClip
return bool

ResetLerpFrameAll() public method

public ResetLerpFrameAll ( ) : void
return void

ResetLerpFrameSegment() public method

public ResetLerpFrameSegment ( int frame ) : void
frame int
return void

Property Details

boneinfo public_oe property

public List boneinfo
return List

fps public_oe property

public float fps
return float

frames public_oe property

public List frames
return List

loop public_oe property

public bool loop
return bool

subclips public_oe property

public List subclips
return List