C# Class Revise.Files.ZON.ZonePosition

Represents a zone position.
Mostrar archivo Open project: osROSE/UnityRose Class Usage Examples

Public Properties

Property Type Description
IsUsed bool
Position UnityEngine.Vector2

Property Details

IsUsed public_oe property

Gets or sets a value indicating whether this position is used.
public bool IsUsed
return bool

Position public_oe property

Gets or sets the position.
public Vector2,UnityEngine Position
return UnityEngine.Vector2