C# Class CSGOperator, csg-toolkit

Inheritance: MonoBehaviour
Mostra 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_oe property

public Material ObjMaterial
return Material

enableOperator public_oe property

public bool enableOperator
return bool

objectA public_oe property

public GameObject objectA
return GameObject

objectB public_oe property

public GameObject objectB
return GameObject

operation public_oe property

public OperatorType, operation
return OperatorType,

output public_oe property

public GameObject output
return GameObject