C# Class HoudiniEngineUnity.HEU_ToolsInfo

Inheritance: ScriptableObject, IEquivable
显示文件 Open project: sideeffects/HoudiniEngineForUnity Class Usage Examples

Public Properties

Property Type Description
_affectedAreaPaintColor Color
_alwaysCookUpstream bool
_brushHandleColor Color
_editPointBoxSelectedColor Color
_editPointBoxSize float
_editPointBoxUnselectedColor Color
_isPainting bool
_lastAttributeName string
_lastAttributeNodeName string
_lastAttributesGeoID HAPI_NodeId
_lastAttributesPartID HAPI_PartId
_liveUpdate bool
_paintBrushOpacity float
_paintBrushSize float
_paintFloatValue float[]
_paintIntValue int[]
_paintMergeMode PaintMergeMode
_paintMeshVisiblity PaintMeshVisibility
_paintStringValue string[]
_recacheRequired bool
_showOnlyEditGeometry bool

Public Methods

Method Description
IsEquivalentTo ( other ) : bool

Method Details

IsEquivalentTo() public method

public IsEquivalentTo ( other ) : bool
return bool

Property Details

_affectedAreaPaintColor public_oe property

public Color _affectedAreaPaintColor
return Color

_alwaysCookUpstream public_oe property

public bool _alwaysCookUpstream
return bool

_brushHandleColor public_oe property

public Color _brushHandleColor
return Color

_editPointBoxSelectedColor public_oe property

public Color _editPointBoxSelectedColor
return Color

_editPointBoxSize public_oe property

public float _editPointBoxSize
return float

_editPointBoxUnselectedColor public_oe property

public Color _editPointBoxUnselectedColor
return Color

_isPainting public_oe property

public bool _isPainting
return bool

_lastAttributeName public_oe property

public string _lastAttributeName
return string

_lastAttributeNodeName public_oe property

public string _lastAttributeNodeName
return string

_lastAttributesGeoID public_oe property

public HAPI_NodeId _lastAttributesGeoID
return HAPI_NodeId

_lastAttributesPartID public_oe property

public HAPI_PartId _lastAttributesPartID
return HAPI_PartId

_liveUpdate public_oe property

public bool _liveUpdate
return bool

_paintBrushOpacity public_oe property

public float _paintBrushOpacity
return float

_paintBrushSize public_oe property

public float _paintBrushSize
return float

_paintFloatValue public_oe property

public float[] _paintFloatValue
return float[]

_paintIntValue public_oe property

public int[] _paintIntValue
return int[]

_paintMergeMode public_oe property

public PaintMergeMode _paintMergeMode
return PaintMergeMode

_paintMeshVisiblity public_oe property

public PaintMeshVisibility _paintMeshVisiblity
return PaintMeshVisibility

_paintStringValue public_oe property

public string[] _paintStringValue
return string[]

_recacheRequired public_oe property

public bool _recacheRequired
return bool

_showOnlyEditGeometry public_oe property

public bool _showOnlyEditGeometry
return bool