C# 클래스 PositionData, PuzzleGameProject

파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
needToBeUpdated bool

공개 메소드들

메소드 설명
IsPositionAllowed ( Vector3 position ) : bool
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
Update ( ) : void
UpdatePositions ( ) : void

비공개 메소드들

메소드 설명
CalculDemiLePlusProche ( float value ) : float
IsPositionIn ( Vector3 position ) : bool
initializeValues ( ) : void

메소드 상세

IsPositionAllowed() 공개 정적인 메소드

public static IsPositionAllowed ( Vector3 position ) : bool
position Vector3
리턴 bool

OnLevelWasLoaded() 공개 메소드

public OnLevelWasLoaded ( int level ) : void
level int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdatePositions() 공개 정적인 메소드

public static UpdatePositions ( ) : void
리턴 void

프로퍼티 상세

needToBeUpdated 공개적으로 프로퍼티

public bool needToBeUpdated
리턴 bool