C# Class RootMotion.BipedReferences.AutoDetectParams

Params for automatic biped recognition. (Using a struct here because I might need to add more parameters in the future).
Afficher le fichier Open project: Alx666/ProjectPhoenix Class Usage Examples

Méthodes publiques

Свойство Type Description
includeEyes bool
legsParentInSpine bool

Méthodes publiques

Méthode Description
AutoDetectParams ( bool legsParentInSpine, bool includeEyes ) : UnityEngine

Method Details

AutoDetectParams() public méthode

public AutoDetectParams ( bool legsParentInSpine, bool includeEyes ) : UnityEngine
legsParentInSpine bool
includeEyes bool
Résultat UnityEngine

Property Details

includeEyes public_oe property

public bool includeEyes
Résultat bool

legsParentInSpine public_oe property

Should the immediate parent of the legs be included in the spine?.
public bool legsParentInSpine
Résultat bool