C# Class HoudiniEngineUnity.HEU_GeneratedOutputData

Inheritance: IEquivable
Show file Open project: sideeffects/HoudiniEngineForUnity Class Usage Examples

Public Properties

Property Type Description
_colliders List
_gameObject GameObject
_renderMaterials Material[]

Public Methods

Method Description
IsEquivalentTo ( other ) : bool

Method Details

IsEquivalentTo() public method

public IsEquivalentTo ( other ) : bool
return bool

Property Details

_colliders public property

public List _colliders
return List

_gameObject public property

public GameObject _gameObject
return GameObject

_renderMaterials public property

public Material[] _renderMaterials
return Material[]