Click or drag to resize
SpecializationfindAnimations Method

[Missing <summary> documentation for "M:Planetbase.Specialization.findAnimations(UnityEngine.Animation,Planetbase.CharacterAnimationType,Planetbase.Human.Gender)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public List<string> findAnimations(
	Animation animation,
	CharacterAnimationType animationType,
	HumanGender gender
)

Parameters

animation
Type: Animation

[Missing <param name="animation"/> documentation for "M:Planetbase.Specialization.findAnimations(UnityEngine.Animation,Planetbase.CharacterAnimationType,Planetbase.Human.Gender)"]

animationType
Type: PlanetbaseCharacterAnimationType

[Missing <param name="animationType"/> documentation for "M:Planetbase.Specialization.findAnimations(UnityEngine.Animation,Planetbase.CharacterAnimationType,Planetbase.Human.Gender)"]

gender
Type: PlanetbaseHumanGender

[Missing <param name="gender"/> documentation for "M:Planetbase.Specialization.findAnimations(UnityEngine.Animation,Planetbase.CharacterAnimationType,Planetbase.Human.Gender)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:Planetbase.Specialization.findAnimations(UnityEngine.Animation,Planetbase.CharacterAnimationType,Planetbase.Human.Gender)"]

See Also