C# Class PrimitiveNode, csg-toolkit

Inheritance: Node
Mostra file Open project: dlannan/csg-toolkit Class Usage Examples

Public Properties

Property Type Description
detail float
dimension Vector3
location Vector3
parent GameObject
type PrimitiveType,
value GameObject

Public Methods

Method Description
Calculate ( ) : bool
Create ( Vector2 pos ) : Node
NodeGUI ( ) : void

Method Details

Calculate() public method

public Calculate ( ) : bool
return bool

Create() public method

public Create ( Vector2 pos ) : Node
pos Vector2
return Node

NodeGUI() public method

public NodeGUI ( ) : void
return void

Property Details

detail public_oe property

public float detail
return float

dimension public_oe property

public Vector3 dimension
return Vector3

location public_oe property

public Vector3 location
return Vector3

parent public_oe property

public GameObject parent
return GameObject

type public_oe property

public PrimitiveType, type
return PrimitiveType,

value public_oe property

public GameObject value
return GameObject