C# 클래스 OrbitingShieldSphere, Viewport

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: tws2xa/Viewport

공개 메소드들

메소드 설명
DestroyShield ( ) : void
OrbitingShieldSphere ( float size, float rotateSpeed ) : System.Collections
Start ( ) : void
UpdatePosition ( Vector3 playerPos ) : void

메소드 상세

DestroyShield() 공개 메소드

public DestroyShield ( ) : void
리턴 void

OrbitingShieldSphere() 공개 메소드

public OrbitingShieldSphere ( float size, float rotateSpeed ) : System.Collections
size float
rotateSpeed float
리턴 System.Collections

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdatePosition() 공개 메소드

public UpdatePosition ( Vector3 playerPos ) : void
playerPos Vector3
리턴 void