C# Class UnityEditor.SnapGuide

Show file 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 property

public List lineVertices
return List

safe public property

public bool safe
return bool

value public property

public float value
return float