C# 클래스 HoudiniEngineUnity.HEU_AttributeData

파일 보기 프로젝트 열기: sideeffects/HoudiniEngineForUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_attributeInfo HoudiniEngineUnity.HAPI_AttributeInfo
_attributeState AttributeState
_attributeType AttributeType
_floatValues float[]
_intValues int[]
_name string
_stringValues string[]

공개 메소드들

메소드 설명
IsColorAttribute ( ) : bool
IsEquivalentTo ( other ) : bool

비공개 메소드들

메소드 설명
CopyValuesTo ( destAttrData ) : void

메소드 상세

IsColorAttribute() 공개 메소드

public IsColorAttribute ( ) : bool
리턴 bool

IsEquivalentTo() 공개 메소드

public IsEquivalentTo ( other ) : bool
리턴 bool

프로퍼티 상세

_attributeInfo 공개적으로 프로퍼티

public HAPI_AttributeInfo,HoudiniEngineUnity _attributeInfo
리턴 HoudiniEngineUnity.HAPI_AttributeInfo

_attributeState 공개적으로 프로퍼티

public AttributeState _attributeState
리턴 AttributeState

_attributeType 공개적으로 프로퍼티

public AttributeType _attributeType
리턴 AttributeType

_floatValues 공개적으로 프로퍼티

public float[] _floatValues
리턴 float[]

_intValues 공개적으로 프로퍼티

public int[] _intValues
리턴 int[]

_name 공개적으로 프로퍼티

public string _name
리턴 string

_stringValues 공개적으로 프로퍼티

public string[] _stringValues
리턴 string[]