C# Class CutsceneHunter, DarkDreams

Inheritance: MonoBehaviour
显示文件 Open project: technicalvgda/DarkDreams

Public Properties

Property Type Description
activeSpeed float
anim Animator
counter float
defaultSpeed float
endClip UnityEngine.AudioClip
facingRight bool
isCaught bool
killPlayer bool
movement float
originalPosition Vector3
originalRotation Quaternion
shakeTrigger float

Public Methods

Method Description
Awake ( ) : void
LateUpdate ( ) : void
PlayEnd ( ) : void
PlayWhistle ( ) : void
SetSpeed ( ) : void
Start ( ) : void
StopSpeed ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

PlayEnd() public method

public PlayEnd ( ) : void
return void

PlayWhistle() public method

public PlayWhistle ( ) : void
return void

SetSpeed() public method

public SetSpeed ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StopSpeed() public method

public StopSpeed ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

activeSpeed public_oe property

public float activeSpeed
return float

anim public_oe property

public Animator anim
return Animator

counter public_oe property

public float counter
return float

defaultSpeed public_oe property

public float defaultSpeed
return float

endClip public_oe property

public AudioClip,UnityEngine endClip
return UnityEngine.AudioClip

facingRight public_oe property

public bool facingRight
return bool

isCaught public_oe property

public bool isCaught
return bool

killPlayer public_oe property

public bool killPlayer
return bool

movement public_oe property

public float movement
return float

originalPosition public_oe property

public Vector3 originalPosition
return Vector3

originalRotation public_oe property

public Quaternion originalRotation
return Quaternion

shakeTrigger public_oe property

public float shakeTrigger
return float