C# 클래스 MiniGameController

상속: MonoBehaviour
파일 보기 프로젝트 열기: ferdbold/littleawfuljam2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
armPierceSpeed float
armSpeed float
canPlantLeftArm bool
canPlantRightArm bool
leftArm GameObject
maxArmY float
maxArmZ float
maxLeftArmX float
maxPitchDifference float
maxRightArmX float
minArmY float
minLeftArmX float
minRightArmX float
rightArm GameObject
targetHealth int
timeToEnter float
timeToExitWound float

공개 메소드들

메소드 설명
IsAttackingLeft ( ) : bool
IsAttackingRight ( ) : bool
IsKillable ( ) : bool

비공개 메소드들

메소드 설명
AudioFeedback ( ) : void

Méthode qui effectue le feedback audio yo

Awake ( ) : void
ClawsInputs ( ) : void

On call cette fonction dans update pour les inputs des gachettes avec les griffes du paresseux

PulseBlood ( ) : void
Start ( ) : void
SticksInputs ( ) : void

On traite tous les inputs des sticks afin d'effectuer le déplacement des mains du paresseux

Update ( ) : void
UpdateUI ( ) : void

메소드 상세

IsAttackingLeft() 공개 메소드

public IsAttackingLeft ( ) : bool
리턴 bool

IsAttackingRight() 공개 메소드

public IsAttackingRight ( ) : bool
리턴 bool

IsKillable() 공개 메소드

public IsKillable ( ) : bool
리턴 bool

프로퍼티 상세

armPierceSpeed 공개적으로 프로퍼티

public float armPierceSpeed
리턴 float

armSpeed 공개적으로 프로퍼티

public float armSpeed
리턴 float

canPlantLeftArm 공개적으로 프로퍼티

public bool canPlantLeftArm
리턴 bool

canPlantRightArm 공개적으로 프로퍼티

public bool canPlantRightArm
리턴 bool

leftArm 공개적으로 프로퍼티

public GameObject leftArm
리턴 GameObject

maxArmY 공개적으로 프로퍼티

public float maxArmY
리턴 float

maxArmZ 공개적으로 프로퍼티

public float maxArmZ
리턴 float

maxLeftArmX 공개적으로 프로퍼티

public float maxLeftArmX
리턴 float

maxPitchDifference 공개적으로 프로퍼티

public float maxPitchDifference
리턴 float

maxRightArmX 공개적으로 프로퍼티

public float maxRightArmX
리턴 float

minArmY 공개적으로 프로퍼티

public float minArmY
리턴 float

minLeftArmX 공개적으로 프로퍼티

public float minLeftArmX
리턴 float

minRightArmX 공개적으로 프로퍼티

public float minRightArmX
리턴 float

rightArm 공개적으로 프로퍼티

public GameObject rightArm
리턴 GameObject

targetHealth 공개적으로 프로퍼티

public int targetHealth
리턴 int

timeToEnter 공개적으로 프로퍼티

public float timeToEnter
리턴 float

timeToExitWound 공개적으로 프로퍼티

public float timeToExitWound
리턴 float