C# Class TerrainBoxes, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental

Méthodes publiques

Свойство Type Description
bounds Vector2
boxHeight float
colliderMesh Transform
debugBoxes bool
debugRaycast bool
frameSkip int
rayDistance float
res Vector2

Méthodes publiques

Méthode Description
MoveBox ( Transform box, int layerMask ) : void
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

MoveBox() public méthode

public MoveBox ( Transform box, int layerMask ) : void
box Transform
layerMask int
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bounds public_oe property

public Vector2 bounds
Résultat Vector2

boxHeight public_oe property

public float boxHeight
Résultat float

colliderMesh public_oe property

public Transform colliderMesh
Résultat Transform

debugBoxes public_oe property

public bool debugBoxes
Résultat bool

debugRaycast public_oe property

public bool debugRaycast
Résultat bool

frameSkip public_oe property

public int frameSkip
Résultat int

rayDistance public_oe property

public float rayDistance
Résultat float

res public_oe property

public Vector2 res
Résultat Vector2