C# Class SpawnPoint, RPGQuest

Inheritance: MonoBehaviour
Show file 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 property

public int ID
return int

distance public property

public float distance
return float

layerMask public property

public LayerMask layerMask
return LayerMask

offset public property

public Vector3 offset
return Vector3

onGround public property

public bool onGround
return bool