C# Class andrewWolfScript

Inheritance: MonoBehaviour
Show file Open project: Ellesent/TheCulling

Public Properties

Property Type Description
isChasing bool
sideFriction float
sideJumpForce float
speed float
speedThreshold float
target GameObject

Public Methods

Method Description
FixedUpdate ( ) : void
OnCollisionEnter ( ) : void
OnTriggerEnter ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnCollisionEnter() public method

public OnCollisionEnter ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

isChasing public property

public bool isChasing
return bool

sideFriction public property

public float sideFriction
return float

sideJumpForce public property

public float sideJumpForce
return float

speed public property

public float speed
return float

speedThreshold public property

public float speedThreshold
return float

target public property

public GameObject target
return GameObject