C# Class SpawnPoint, RPGQuest

Inheritance: MonoBehaviour
Datei anzeigen Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
ID int
distance float
layerMask LayerMask
offset Vector3
onGround bool

Public Methods

Method Description
Awake ( ) : void
OnDrawGizmos ( ) : void
SetOnGround ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

SetOnGround() public method

public SetOnGround ( ) : void
return void

Property Details

ID public_oe property

public int ID
return int

distance public_oe property

public float distance
return float

layerMask public_oe property

public LayerMask layerMask
return LayerMask

offset public_oe property

public Vector3 offset
return Vector3

onGround public_oe property

public bool onGround
return bool