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).
Datei anzeigen Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
includeEyes bool
legsParentInSpine bool

Public Methods

Method Description
AutoDetectParams ( bool legsParentInSpine, bool includeEyes ) : UnityEngine

Method Details

AutoDetectParams() public method

public AutoDetectParams ( bool legsParentInSpine, bool includeEyes ) : UnityEngine
legsParentInSpine bool
includeEyes bool
return UnityEngine

Property Details

includeEyes public_oe property

public bool includeEyes
return bool

legsParentInSpine public_oe property

Should the immediate parent of the legs be included in the spine?.
public bool legsParentInSpine
return bool