C# Class exAtlasInfo.Node, ex2d-v1

Mostra file Open project: exdev/ex2d-v1

Public Properties

Property Type Description
bottomChild Node,
rect Rect
rightChild Node,

Public Methods

Method Description
Insert ( Element, _el ) : Vector2?
Node ( Rect _rect ) : UnityEditor

Method Details

Insert() public method

public Insert ( Element, _el ) : Vector2?
_el Element,
return Vector2?

Node() public method

public Node ( Rect _rect ) : UnityEditor
_rect Rect
return UnityEditor

Property Details

bottomChild public_oe property

public Node, bottomChild
return Node,

rect public_oe property

public Rect rect
return Rect

rightChild public_oe property

public Node, rightChild
return Node,