C# Class RedBlueGames.Tools.AnimBuilder

ScriptableObject that helps us build and update animation clips from textures quickly
Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: redbluegames/rb-unity-tools Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddEightBlendToClips ( string blendStateName ) : void

Adds eight clips to the builder, setup for Octant animations.

GenerateClips ( ) : void

Generates or updates clips based on the settings in the AnimBuilder.

Initialize ( ) : void

Initialize the AnimBuilder. This is used sort of like a constructor for Scriptable Objects.

InitializeForCharacter ( ) : void

Initialize the AnimBuilder for use with a Character. This is used sort of like a constructor for Scriptable Objects.

Method Details

AddEightBlendToClips() public méthode

Adds eight clips to the builder, setup for Octant animations.
public AddEightBlendToClips ( string blendStateName ) : void
blendStateName string Blend state name.
Résultat void

GenerateClips() public méthode

Generates or updates clips based on the settings in the AnimBuilder.
public GenerateClips ( ) : void
Résultat void

Initialize() public méthode

Initialize the AnimBuilder. This is used sort of like a constructor for Scriptable Objects.
public Initialize ( ) : void
Résultat void

InitializeForCharacter() public méthode

Initialize the AnimBuilder for use with a Character. This is used sort of like a constructor for Scriptable Objects.
public InitializeForCharacter ( ) : void
Résultat void