C# Класс UIRect.AnchorPoint, LoopScorllViewForNGUI

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
absolute int
relative float
target Transform

Открытые методы

Метод Описание
AnchorPoint ( ) : UnityEngine
AnchorPoint ( float relative ) : UnityEngine
GetSides ( Transform relativeTo ) : Vector3[]

Convenience function that returns the sides the anchored point is anchored to.

Set ( Transform target, float relative, float absolute ) : void

Convenience function that sets the anchor's values.

Set ( float relative, float absolute ) : void

Convenience function that sets the anchor's values.

SetHorizontal ( Transform parent, float localPos ) : void

Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.

SetToNearest ( float abs0, float abs1, float abs2 ) : void

Set the anchor's value to the nearest of the 3 possible choices of (left, center, right) or (bottom, center, top).

SetToNearest ( float rel0, float rel1, float rel2, float abs0, float abs1, float abs2 ) : void

Set the anchor's value given the 3 possible anchor combinations. Chooses the one with the smallest absolute offset.

SetVertical ( Transform parent, float localPos ) : void

Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.

Описание методов

AnchorPoint() публичный Метод

public AnchorPoint ( ) : UnityEngine
Результат UnityEngine

AnchorPoint() публичный Метод

public AnchorPoint ( float relative ) : UnityEngine
relative float
Результат UnityEngine

GetSides() публичный Метод

Convenience function that returns the sides the anchored point is anchored to.
public GetSides ( Transform relativeTo ) : Vector3[]
relativeTo Transform
Результат Vector3[]

Set() публичный Метод

Convenience function that sets the anchor's values.
public Set ( Transform target, float relative, float absolute ) : void
target Transform
relative float
absolute float
Результат void

Set() публичный Метод

Convenience function that sets the anchor's values.
public Set ( float relative, float absolute ) : void
relative float
absolute float
Результат void

SetHorizontal() публичный Метод

Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.
public SetHorizontal ( Transform parent, float localPos ) : void
parent Transform
localPos float
Результат void

SetToNearest() публичный Метод

Set the anchor's value to the nearest of the 3 possible choices of (left, center, right) or (bottom, center, top).
public SetToNearest ( float abs0, float abs1, float abs2 ) : void
abs0 float
abs1 float
abs2 float
Результат void

SetToNearest() публичный Метод

Set the anchor's value given the 3 possible anchor combinations. Chooses the one with the smallest absolute offset.
public SetToNearest ( float rel0, float rel1, float rel2, float abs0, float abs1, float abs2 ) : void
rel0 float
rel1 float
rel2 float
abs0 float
abs1 float
abs2 float
Результат void

SetVertical() публичный Метод

Set the anchor's absolute coordinate relative to the specified parent, keeping the relative setting intact.
public SetVertical ( Transform parent, float localPos ) : void
parent Transform
localPos float
Результат void

Описание свойств

absolute публичное свойство

public int absolute
Результат int

relative публичное свойство

public float relative
Результат float

target публичное свойство

public Transform target
Результат Transform