C# Class UnityEditor.SnapGuide

Mostrar archivo Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
lineVertices List
safe bool
value float

Public Methods

Method Description
Draw ( ) : void
SnapGuide ( float value ) : System
SnapGuide ( float value, bool safe ) : System

Method Details

Draw() public method

public Draw ( ) : void
return void

SnapGuide() public method

public SnapGuide ( float value ) : System
value float
return System

SnapGuide() public method

public SnapGuide ( float value, bool safe ) : System
value float
safe bool
return System

Property Details

lineVertices public_oe property

public List lineVertices
return List

safe public_oe property

public bool safe
return bool

value public_oe property

public float value
return float