C# Class GeneratablePrefab, ThreeDWorld

Inheritance: MonoBehaviour
显示文件 Open project: dicarlolab/ThreeDWorld Class Usage Examples

Public Properties

Property Type Description
attachMethod AttachAnchor
generationTags List
isLight bool
myBounds Bounds
myComplexity int
shouldUse bool
stackableAreas List

Public Methods

Method Description
OnDrawGizmosSelected ( ) : void
ProcessPrefab ( ) : void

Method Details

OnDrawGizmosSelected() public method

public OnDrawGizmosSelected ( ) : void
return void

ProcessPrefab() public method

public ProcessPrefab ( ) : void
return void

Property Details

attachMethod public_oe property

public AttachAnchor attachMethod
return AttachAnchor

generationTags public_oe property

public List generationTags
return List

isLight public_oe property

public bool isLight
return bool

myBounds public_oe property

public Bounds myBounds
return Bounds

myComplexity public_oe property

public int myComplexity
return int

shouldUse public_oe property

public bool shouldUse
return bool

stackableAreas public_oe property

public List stackableAreas
return List