C# 클래스 Shooter, SlashRunner

상속: MonoBehaviour
파일 보기 프로젝트 열기: matthewAURA/SlashRunner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
destroyTime int

공개 메소드들

메소드 설명
Shoot ( ) : void

메소드 상세

Shoot() 공개 추상적인 메소드

public abstract Shoot ( ) : void
리턴 void

프로퍼티 상세

destroyTime 공개적으로 프로퍼티

Specifies how long the shot prefab will last in game world after being shot.
public int destroyTime
리턴 int