C# Class CreatePlane, ShaderProject

Inheritance: MonoBehaviour
Mostrar archivo Open project: ellioman/ShaderProject Class Usage Examples

Public Properties

Property Type Description
addCollider bool
anchor AnchorPoint,
createAtOrigin bool
length float
lengthSegments int
optionalName string
orientation Orientation,
twoSided bool
width float
widthSegments int

Public Methods

Method Description
OnWizardCreate ( ) : void
OnWizardUpdate ( ) : void

Private Methods

Method Description
CreateWizard ( ) : void

Method Details

OnWizardCreate() public method

public OnWizardCreate ( ) : void
return void

OnWizardUpdate() public method

public OnWizardUpdate ( ) : void
return void

Property Details

addCollider public_oe property

public bool addCollider
return bool

anchor public_oe property

public AnchorPoint, anchor
return AnchorPoint,

createAtOrigin public_oe property

public bool createAtOrigin
return bool

length public_oe property

public float length
return float

lengthSegments public_oe property

public int lengthSegments
return int

optionalName public_oe property

public string optionalName
return string

orientation public_oe property

public Orientation, orientation
return Orientation,

twoSided public_oe property

public bool twoSided
return bool

width public_oe property

public float width
return float

widthSegments public_oe property

public int widthSegments
return int