C# 클래스 Scares.FoldingWall_Scare

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: JordanStone/ExorcistForHire

공개 프로퍼티들

프로퍼티 타입 설명
BlendSeconds float
FoldingWallMaterial UnityEngine.Material
SpookTrigger UnityEngine.Collider

공개 메소드들

메소드 설명
FoldingWallBlendChange ( float EndValue, float Seconds ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

FoldingWallBlendChange() 공개 메소드

public FoldingWallBlendChange ( float EndValue, float Seconds ) : void
EndValue float
Seconds float
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

BlendSeconds 공개적으로 프로퍼티

public float BlendSeconds
리턴 float

FoldingWallMaterial 공개적으로 프로퍼티

public Material,UnityEngine FoldingWallMaterial
리턴 UnityEngine.Material

SpookTrigger 공개적으로 프로퍼티

public Collider,UnityEngine SpookTrigger
리턴 UnityEngine.Collider