C# Class PositionData, PuzzleGameProject

Exibir arquivo Open project: Cedric-Paris/PuzzleGameProject Class Usage Examples

Public Properties

Property Type Description
needToBeUpdated bool

Public Methods

Method Description
IsPositionAllowed ( Vector3 position ) : bool
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
Update ( ) : void
UpdatePositions ( ) : void

Private Methods

Method Description
CalculDemiLePlusProche ( float value ) : float
IsPositionIn ( Vector3 position ) : bool
initializeValues ( ) : void

Method Details

IsPositionAllowed() public static method

public static IsPositionAllowed ( Vector3 position ) : bool
position Vector3
return bool

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdatePositions() public static method

public static UpdatePositions ( ) : void
return void

Property Details

needToBeUpdated public_oe property

public bool needToBeUpdated
return bool