C# Class HoudiniEngineUnity.HEU_AttributeData

Afficher le fichier Open project: sideeffects/HoudiniEngineForUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
_attributeInfo HoudiniEngineUnity.HAPI_AttributeInfo
_attributeState AttributeState
_attributeType AttributeType
_floatValues float[]
_intValues int[]
_name string
_stringValues string[]

Méthodes publiques

Méthode Description
IsColorAttribute ( ) : bool
IsEquivalentTo ( other ) : bool

Private Methods

Méthode Description
CopyValuesTo ( destAttrData ) : void

Method Details

IsColorAttribute() public méthode

public IsColorAttribute ( ) : bool
Résultat bool

IsEquivalentTo() public méthode

public IsEquivalentTo ( other ) : bool
Résultat bool

Property Details

_attributeInfo public_oe property

public HAPI_AttributeInfo,HoudiniEngineUnity _attributeInfo
Résultat HoudiniEngineUnity.HAPI_AttributeInfo

_attributeState public_oe property

public AttributeState _attributeState
Résultat AttributeState

_attributeType public_oe property

public AttributeType _attributeType
Résultat AttributeType

_floatValues public_oe property

public float[] _floatValues
Résultat float[]

_intValues public_oe property

public int[] _intValues
Résultat int[]

_name public_oe property

public string _name
Résultat string

_stringValues public_oe property

public string[] _stringValues
Résultat string[]