C# 클래스 RockController, Sisyphus

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

공개 프로퍼티들

프로퍼티 타입 설명
HIGHEST_HEIGHT int
attackRange float
baseDropKick Vector3
basePunch Vector3
baseUpperCut Vector3
collideSound UnityEngine.AudioClip
groundCollideParticle ParticleEmitter
mountain GameObject
mountainShakeAmount Vector3
mountainShakeThreshold float
rollSound UnityEngine.AudioClip
sissyPhyst GameObject
sissyPhystCollideParticle ParticleEmitter
sissyPhystStayParticle ParticleEmitter

비공개 메소드들

메소드 설명
OnCollisionEnter ( Collision collision ) : void
OnCollisionStay ( Collision collision ) : void
OnTriggerEnter ( Collider collider ) : void
Start ( ) : void
Update ( ) : void

프로퍼티 상세

HIGHEST_HEIGHT 공개적으로 정적으로 프로퍼티

public static int HIGHEST_HEIGHT
리턴 int

attackRange 공개적으로 프로퍼티

public float attackRange
리턴 float

baseDropKick 공개적으로 프로퍼티

public Vector3 baseDropKick
리턴 Vector3

basePunch 공개적으로 프로퍼티

public Vector3 basePunch
리턴 Vector3

baseUpperCut 공개적으로 프로퍼티

public Vector3 baseUpperCut
리턴 Vector3

collideSound 공개적으로 프로퍼티

public AudioClip,UnityEngine collideSound
리턴 UnityEngine.AudioClip

groundCollideParticle 공개적으로 프로퍼티

public ParticleEmitter groundCollideParticle
리턴 ParticleEmitter

mountain 공개적으로 프로퍼티

public GameObject mountain
리턴 GameObject

mountainShakeAmount 공개적으로 프로퍼티

public Vector3 mountainShakeAmount
리턴 Vector3

mountainShakeThreshold 공개적으로 프로퍼티

public float mountainShakeThreshold
리턴 float

rollSound 공개적으로 프로퍼티

public AudioClip,UnityEngine rollSound
리턴 UnityEngine.AudioClip

sissyPhyst 공개적으로 프로퍼티

public GameObject sissyPhyst
리턴 GameObject

sissyPhystCollideParticle 공개적으로 프로퍼티

public ParticleEmitter sissyPhystCollideParticle
리턴 ParticleEmitter

sissyPhystStayParticle 공개적으로 프로퍼티

public ParticleEmitter sissyPhystStayParticle
리턴 ParticleEmitter