Click or drag to resize
SpecializationinitAnimationNames Method

[Missing <summary> documentation for "M:Planetbase.Specialization.initAnimationNames(UnityEngine.GameObject,System.Collections.Generic.List{System.String}[],Planetbase.Human.Gender)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void initAnimationNames(
	GameObject model,
	List<string>[] animationNames,
	HumanGender gender
)

Parameters

model
Type: GameObject

[Missing <param name="model"/> documentation for "M:Planetbase.Specialization.initAnimationNames(UnityEngine.GameObject,System.Collections.Generic.List{System.String}[],Planetbase.Human.Gender)"]

animationNames
Type: System.Collections.GenericListString

[Missing <param name="animationNames"/> documentation for "M:Planetbase.Specialization.initAnimationNames(UnityEngine.GameObject,System.Collections.Generic.List{System.String}[],Planetbase.Human.Gender)"]

gender
Type: PlanetbaseHumanGender

[Missing <param name="gender"/> documentation for "M:Planetbase.Specialization.initAnimationNames(UnityEngine.GameObject,System.Collections.Generic.List{System.String}[],Planetbase.Human.Gender)"]

See Also