C# 클래스 Mirror.Examples.Tanks.Projectile

상속: NetworkBehaviour
파일 보기 프로젝트 열기: sominator/unity-2d-card-game-tutorial

공개 프로퍼티들

프로퍼티 타입 설명
destroyAfter float
force float
rigidBody Rigidbody

공개 메소드들

메소드 설명
OnStartServer ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
DestroySelf ( ) : void
OnTriggerEnter ( Collider co ) : void

메소드 상세

OnStartServer() 공개 메소드

public OnStartServer ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

destroyAfter 공개적으로 프로퍼티

public float destroyAfter
리턴 float

force 공개적으로 프로퍼티

public float force
리턴 float

rigidBody 공개적으로 프로퍼티

public Rigidbody rigidBody
리턴 Rigidbody