C# Class WallManager, OCDEscape

Inheritance: MonoBehaviour
Show file Open project: gadauto3/OCDEscape Class Usage Examples

Public Properties

Property Type Description
autoGrowRoom bool
ceiling Transform
ceilingMesh Transform
growStep float
growTime float
wallHeightRange Vector2
wallOffsetRange Vector2
wallWidthRange Vector2
walls Wall[],

Protected Properties

Property Type Description
growTimer float

Public Methods

Method Description
Resize ( float t ) : void

Protected Methods

Method Description
Awake ( ) : void
FadeResize ( float newT ) : IEnumerator
ResizeRoom ( ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

FadeResize() protected method

protected FadeResize ( float newT ) : IEnumerator
newT float
return IEnumerator

Resize() public method

public Resize ( float t ) : void
t float
return void

ResizeRoom() protected method

protected ResizeRoom ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

autoGrowRoom public property

public bool autoGrowRoom
return bool

ceiling public property

public Transform ceiling
return Transform

ceilingMesh public property

public Transform ceilingMesh
return Transform

growStep public property

public float growStep
return float

growTime public property

public float growTime
return float

growTimer protected property

protected float growTimer
return float

wallHeightRange public property

public Vector2 wallHeightRange
return Vector2

wallOffsetRange public property

public Vector2 wallOffsetRange
return Vector2

wallWidthRange public property

public Vector2 wallWidthRange
return Vector2

walls public property

public Wall[], walls
return Wall[],