C# Class HoudiniEngineUnity.HEU_AttributeData

Mostra file Open project: sideeffects/HoudiniEngineForUnity Class Usage Examples

Public Properties

Property Type Description
_attributeInfo HoudiniEngineUnity.HAPI_AttributeInfo
_attributeState AttributeState
_attributeType AttributeType
_floatValues float[]
_intValues int[]
_name string
_stringValues string[]

Public Methods

Method Description
IsColorAttribute ( ) : bool
IsEquivalentTo ( other ) : bool

Private Methods

Method Description
CopyValuesTo ( destAttrData ) : void

Method Details

IsColorAttribute() public method

public IsColorAttribute ( ) : bool
return bool

IsEquivalentTo() public method

public IsEquivalentTo ( other ) : bool
return bool

Property Details

_attributeInfo public_oe property

public HAPI_AttributeInfo,HoudiniEngineUnity _attributeInfo
return HoudiniEngineUnity.HAPI_AttributeInfo

_attributeState public_oe property

public AttributeState _attributeState
return AttributeState

_attributeType public_oe property

public AttributeType _attributeType
return AttributeType

_floatValues public_oe property

public float[] _floatValues
return float[]

_intValues public_oe property

public int[] _intValues
return int[]

_name public_oe property

public string _name
return string

_stringValues public_oe property

public string[] _stringValues
return string[]