Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
HoudiniEngineUnity
HEU_GeneratedOutputData
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[]