C# Class FB.PosePlus.AniClip

Inheritance: UnityEngine.ScriptableObject, IPlayAni
Show file 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 property

public List boneinfo
return List

fps public property

public float fps
return float

frames public property

public List frames
return List

loop public property

public bool loop
return bool

subclips public property

public List subclips
return List