C# Class CSGOperator, csg-toolkit

Inheritance: MonoBehaviour
Afficher le fichier Open project: dlannan/csg-toolkit

Méthodes publiques

Свойство Type Description
ObjMaterial Material
enableOperator bool
objectA GameObject
objectB GameObject
operation OperatorType,
output GameObject

Méthodes publiques

Méthode Description
ApplyCSG ( ) : void
FixedUpdate ( ) : void
Start ( ) : void

Method Details

ApplyCSG() public méthode

public ApplyCSG ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

ObjMaterial public_oe property

public Material ObjMaterial
Résultat Material

enableOperator public_oe property

public bool enableOperator
Résultat bool

objectA public_oe property

public GameObject objectA
Résultat GameObject

objectB public_oe property

public GameObject objectB
Résultat GameObject

operation public_oe property

public OperatorType, operation
Résultat OperatorType,

output public_oe property

public GameObject output
Résultat GameObject