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
CSGOperator
C# Class CSGOperator, csg-toolkit
Inheritance:
MonoBehaviour
Show file
Open project: dlannan/csg-toolkit
Public Properties
Property
Type
Description
ObjMaterial
Material
enableOperator
bool
objectA
GameObject
objectB
GameObject
operation
OperatorType,
output
GameObject
Public Methods
Method
Description
ApplyCSG
( ) :
void
FixedUpdate
( ) :
void
Start
( ) :
void
Method Details
ApplyCSG()
public
method
public
ApplyCSG
( ) :
void
return
void
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
ObjMaterial
public property
public
Material
ObjMaterial
return
Material
enableOperator
public property
public
bool
enableOperator
return
bool
objectA
public property
public
GameObject
objectA
return
GameObject
objectB
public property
public
GameObject
objectB
return
GameObject
operation
public property
public
OperatorType,
operation
return
OperatorType,
output
public property
public
GameObject
output
return
GameObject