C# 클래스 UnityPlatformer.JumpAfterFeetKill

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
jumpProperties JumpConstantProperties

공개 메소드들

메소드 설명
OnEnable ( ) : void
OnHurtCharacter ( Damage dt, CharacterHealth to ) : void
Start ( ) : void

메소드 상세

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnHurtCharacter() 공개 메소드

public OnHurtCharacter ( Damage dt, CharacterHealth to ) : void
dt Damage
to CharacterHealth
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

jumpProperties 공개적으로 프로퍼티

Jump properties
public JumpConstantProperties,UnityPlatformer jumpProperties
리턴 JumpConstantProperties