프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public AnchorPoint ( float relative ) : UnityEngine | ||
relative | float | |
리턴 | UnityEngine |
public GetSides ( Transform relativeTo ) : Vector3[] | ||
relativeTo | Transform | |
리턴 | Vector3[] |
public Set ( Transform target, float relative, float absolute ) : void | ||
target | Transform | |
relative | float | |
absolute | float | |
리턴 | void |
public Set ( float relative, float absolute ) : void | ||
relative | float | |
absolute | float | |
리턴 | void |
public SetHorizontal ( Transform parent, float localPos ) : void | ||
parent | Transform | |
localPos | float | |
리턴 | void |
public SetToNearest ( float abs0, float abs1, float abs2 ) : void | ||
abs0 | float | |
abs1 | float | |
abs2 | float | |
리턴 | void |
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 |
public SetVertical ( Transform parent, float localPos ) : void | ||
parent | Transform | |
localPos | float | |
리턴 | void |