C# Class WallManager, OCDEscape

Inheritance: MonoBehaviour
Mostra 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_oe property

public bool autoGrowRoom
return bool

ceiling public_oe property

public Transform ceiling
return Transform

ceilingMesh public_oe property

public Transform ceilingMesh
return Transform

growStep public_oe property

public float growStep
return float

growTime public_oe property

public float growTime
return float

growTimer protected_oe property

protected float growTimer
return float

wallHeightRange public_oe property

public Vector2 wallHeightRange
return Vector2

wallOffsetRange public_oe property

public Vector2 wallOffsetRange
return Vector2

wallWidthRange public_oe property

public Vector2 wallWidthRange
return Vector2

walls public_oe property

public Wall[], walls
return Wall[],