C# Class HoudiniEngineUnity.HEU_GeneratedOutputData

Inheritance: IEquivable
Exibir arquivo 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_oe property

public List _colliders
return List

_gameObject public_oe property

public GameObject _gameObject
return GameObject

_renderMaterials public_oe property

public Material[] _renderMaterials
return Material[]