C# Class RaycastGoal

Inheritance: GoalState
Show file Open project: Denakee/HackerMan_2016

Public Properties

Property Type Description
durationOnTarget float
rayRange float
sourceObject GameObject
targetObject GameObject

Public Methods

Method Description
CheckIfStateIsReached ( ) : bool
Update ( ) : void

Method Details

CheckIfStateIsReached() public method

public CheckIfStateIsReached ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void

Property Details

durationOnTarget public property

public float durationOnTarget
return float

rayRange public property

public float rayRange
return float

sourceObject public property

public GameObject sourceObject
return GameObject

targetObject public property

public GameObject targetObject
return GameObject