C# Class Iris, AwesomeGameInSpace

Inheritance: RemoteActor
Show file Open project: ZPZ-Gr2/AwesomeGameInSpace Class Usage Examples

Public Properties

Property Type Description
curve UnityEngine.AnimationCurve
obstacles UnityEngine.NavMeshObstacle[]
openingTime float

Private Properties

Property Type Description

Public Methods

Method Description
Action ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Action() public method

public Action ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

curve public property

public AnimationCurve,UnityEngine curve
return UnityEngine.AnimationCurve

obstacles public property

public NavMeshObstacle[],UnityEngine obstacles
return UnityEngine.NavMeshObstacle[]

openingTime public property

public float openingTime
return float