Click or drag to resize
CharacterAnimation Constructor (CharacterAnimationType, Single)
Initializes a new instance of the CharacterAnimation class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public CharacterAnimation(
	CharacterAnimationType animationType,
	float speed = 1f
)

Parameters

animationType
Type: PlanetbaseCharacterAnimationType

[Missing <param name="animationType"/> documentation for "M:Planetbase.CharacterAnimation.#ctor(Planetbase.CharacterAnimationType,System.Single)"]

speed (Optional)
Type: SystemSingle

[Missing <param name="speed"/> documentation for "M:Planetbase.CharacterAnimation.#ctor(Planetbase.CharacterAnimationType,System.Single)"]

See Also