C# Class UnityRose.Formats.ZMO

ZMO class.
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BuildSkeletonAnimationClip ( string boneNames ) : AnimationClip
boneNames string
Résultat UnityEngine.AnimationClip

Load() public méthode

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].
Résultat void

ZMO() public méthode

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

ZMO() public méthode

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].
Résultat System.Collections.Generic

buildAnimationClip() public méthode

public buildAnimationClip ( ZMD skeleton ) : AnimationClip
skeleton ZMD
Résultat UnityEngine.AnimationClip

buildAnimationClip() public méthode

public buildAnimationClip ( string objectName, AnimationClip clip ) : AnimationClip
objectName string
clip UnityEngine.AnimationClip
Résultat UnityEngine.AnimationClip