C# Class FB.PosePlus.Frame

Inheritance: ICloneable
Datei anzeigen Open project: lightszero/EgretUnity Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Frame ( ) : System
Frame ( Frame last, int _fid, IList trans ) : System
Lerp ( Frame left, Frame right, float lerp ) : Frame
LinkLoop ( Frame last ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Frame() public method

public Frame ( ) : System
return System

Frame() public method

public Frame ( Frame last, int _fid, IList trans ) : System
last Frame
_fid int
trans IList
return System

Lerp() public static method

public static Lerp ( Frame left, Frame right, float lerp ) : Frame
left Frame
right Frame
lerp float
return Frame

LinkLoop() public method

public LinkLoop ( Frame last ) : void
last Frame
return void