C# Class UnityRose.Formats.ZMO

ZMO class.
Mostrar archivo Open project: osROSE/UnityRose Class Usage Examples

Public Methods

Method Description
BuildSkeletonAnimationClip ( string boneNames ) : AnimationClip
Load ( string filePath, bool camera, bool divide ) : void

Loads the specified file.

ZMO ( ) : System.Collections.Generic

Initializes a new instance of the ZMO class.

ZMO ( string filePath, bool camera = false, bool divide = true ) : System.Collections.Generic

Initializes a new instance of the ZMO class.

buildAnimationClip ( ZMD skeleton ) : AnimationClip
buildAnimationClip ( string objectName, AnimationClip clip ) : AnimationClip

Method Details

BuildSkeletonAnimationClip() public method

public BuildSkeletonAnimationClip ( string boneNames ) : AnimationClip
boneNames string
return UnityEngine.AnimationClip

Load() public method

Loads the specified file.
public Load ( string filePath, bool camera, bool divide ) : void
filePath string The file path.
camera bool if set to true [camera].
divide bool if set to true [divide].
return void

ZMO() public method

Initializes a new instance of the ZMO class.
public ZMO ( ) : System.Collections.Generic
return System.Collections.Generic

ZMO() public method

Initializes a new instance of the ZMO class.
public ZMO ( string filePath, bool camera = false, bool divide = true ) : System.Collections.Generic
filePath string The file path.
camera bool if set to true [camera].
divide bool if set to true [divide].
return System.Collections.Generic

buildAnimationClip() public method

public buildAnimationClip ( ZMD skeleton ) : AnimationClip
skeleton ZMD
return UnityEngine.AnimationClip

buildAnimationClip() public method

public buildAnimationClip ( string objectName, AnimationClip clip ) : AnimationClip
objectName string
clip UnityEngine.AnimationClip
return UnityEngine.AnimationClip