C# Class Revise.Files.ZON.ZonePosition

Represents a zone position.
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Свойство 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
Résultat bool

Position public_oe property

Gets or sets the position.
public Vector2,UnityEngine Position
Résultat UnityEngine.Vector2