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).
Show file 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 property

public bool includeEyes
return bool

legsParentInSpine public property

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