C# Class UnityEditor.SnapGuide

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
lineVertices List
safe bool
value float

Méthodes publiques

Méthode Description
Draw ( ) : void
SnapGuide ( float value ) : System
SnapGuide ( float value, bool safe ) : System

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

SnapGuide() public méthode

public SnapGuide ( float value ) : System
value float
Résultat System

SnapGuide() public méthode

public SnapGuide ( float value, bool safe ) : System
value float
safe bool
Résultat System

Property Details

lineVertices public_oe property

public List lineVertices
Résultat List

safe public_oe property

public bool safe
Résultat bool

value public_oe property

public float value
Résultat float