C# Class UnityEditor.SnapEdge

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

Méthodes publiques

Свойство Type Description
dir EdgeDir
end float
m_Object UnityEngine.Object
pos float
start float
startDragPos float
startDragStart float

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode Description
ApplyOffset ( Vector2 offset, bool windowMove ) : void
EdgeCoordinateIndex ( ) : int
EdgeInside ( SnapEdge edge, List frustum ) : bool
OppositeEdge ( EdgeDir dir ) : EdgeDir
ShouldEdgesSnap ( SnapEdge a, SnapEdge b ) : bool
Snap ( List sourceEdges, List edgesToSnapAgainst, SnapEdge>.List activeEdges ) : Vector2
Snap ( SnapEdge edge, List otherEdges, float &maxDist, float &snapVal, SnapEdge>.List activeEdges ) : void
SnapEdge ( UnityEngine win, EdgeDir _d, float _p, float _s, float _e ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

dir public_oe property

public EdgeDir dir
Résultat EdgeDir

end public_oe property

public float end
Résultat float

m_Object public_oe property

public Object,UnityEngine m_Object
Résultat UnityEngine.Object

pos public_oe property

public float pos
Résultat float

start public_oe property

public float start
Résultat float

startDragPos public_oe property

public float startDragPos
Résultat float

startDragStart public_oe property

public float startDragStart
Résultat float