C# 클래스 MetalMaterialProperties, AwesomeGameInSpace

상속: MaterialProperties
파일 보기 프로젝트 열기: ZPZ-Gr2/AwesomeGameInSpace

공개 프로퍼티들

프로퍼티 타입 설명
bulletHolePrefab GameObject
sparksParticlesPrefab GameObject

공개 메소드들

메소드 설명
Emit ( RaycastHit hit, Vector3 force ) : void
Hit ( RaycastHit hit, Vector3 force ) : void

메소드 상세

Emit() 공개 메소드

public Emit ( RaycastHit hit, Vector3 force ) : void
hit UnityEngine.RaycastHit
force Vector3
리턴 void

Hit() 공개 메소드

public Hit ( RaycastHit hit, Vector3 force ) : void
hit UnityEngine.RaycastHit
force Vector3
리턴 void

프로퍼티 상세

bulletHolePrefab 공개적으로 프로퍼티

public GameObject bulletHolePrefab
리턴 GameObject

sparksParticlesPrefab 공개적으로 프로퍼티

public GameObject sparksParticlesPrefab
리턴 GameObject