C# Class ParabolicBird, Lurk2015Testing

Inheritance: MonoBehaviour
ファイルを表示 Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
activateOnAwake bool
pathTransform Transform
speed float
start float

Public Methods

Method Description
Activate ( ) : void
Awake ( ) : void
OnDrawGizmos ( ) : void
Update ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

activateOnAwake public_oe property

public bool activateOnAwake
return bool

pathTransform public_oe property

public Transform pathTransform
return Transform

speed public_oe property

public float speed
return float

start public_oe property

public float start
return float