C# Class Pathfinding.EditorGUILayoutx.FadeArea

Mostrar archivo Open project: jgirald/ES2015F

Public Properties

Property Type Description
currentRect UnityEngine.Rect
lastRect UnityEngine.Rect
lastUpdate float
open bool
preFadeColor UnityEngine.Color
value float

Public Methods

Method Description
FadeArea ( bool open ) : System.Collections.Generic
Show ( ) : bool
Switch ( ) : void

Method Details

FadeArea() public method

public FadeArea ( bool open ) : System.Collections.Generic
open bool
return System.Collections.Generic

Show() public method

public Show ( ) : bool
return bool

Switch() public method

public Switch ( ) : void
return void

Property Details

currentRect public_oe property

public Rect,UnityEngine currentRect
return UnityEngine.Rect

lastRect public_oe property

public Rect,UnityEngine lastRect
return UnityEngine.Rect

lastUpdate public_oe property

public float lastUpdate
return float

open public_oe property

public bool open
return bool

preFadeColor public_oe property

public Color,UnityEngine preFadeColor
return UnityEngine.Color

value public_oe property

public float value
return float