C# Class andrewWolfScript

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public bool isChasing
return bool

sideFriction public_oe property

public float sideFriction
return float

sideJumpForce public_oe property

public float sideJumpForce
return float

speed public_oe property

public float speed
return float

speedThreshold public_oe property

public float speedThreshold
return float

target public_oe property

public GameObject target
return GameObject