C# 클래스 U9T, swip3

파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 메소드들

메소드 설명
GetHighestPriority ( List transitions ) : int
HOT ( U9HOTweenTransition, hoTweenMethod, object target, float duration, Holoville parms ) : U9HOTweenTransition,

Shorthand for the U9HOTweenTransition. Uses the default constructor. For more control, use the other overloads directly.

LT ( U9LeanTweenTransition, hoToTween, GameObject target, Vector3 to, float duration, Hashtable args ) : U9LeanTweenTransition,
LT ( U9LeanTweenTransition, hoToTween, GameObject target, float to, float duration, Hashtable args ) : U9LeanTweenTransition,
Null ( ) : U9NullTransition,

Shorthand for the U9NullTransition.

P ( ) : U9ParallelTransition,

Shorthand for the U9ParallelTransition.

PrioritySequence ( U9Transition, transitions, float staggerTime = 0f ) : U9SerialTransition,
S ( ) : U9SerialTransition,

Shorthand for the U9SerialTransition.

Stagger ( float staggerOffset ) : U9ParallelTransition,

Plays transitions in parallel, with a specified interval between each one.

Stagger ( float staggerOffset, bool ignoreTimescale ) : U9ParallelTransition,

Plays transitions in parallel, with a specified interval between each one.

T ( U9iTweenTransition, hoTweenMethod, GameObject target, Hashtable args ) : U9iTweenTransition,
ValidateTransitionArray ( U9Transition, transitions ) : void
W ( float waitSeconds ) : U9WaitTransition,

Shorthand for the U9WaitTransition. Uses the default constructor. For more control, use the other overloads directly.

W ( float waitSeconds, bool ignoreTimescale ) : U9WaitTransition,

Shorthand for the U9WaitTransition. Uses the default constructor with the option to ignore timescale. For more control, use the other overloads directly.

비공개 메소드들

메소드 설명
CompareTransitionPriority ( U9Transition, a, U9Transition, b ) : int

메소드 상세

GetHighestPriority() 공개 정적인 메소드

public static GetHighestPriority ( List transitions ) : int
transitions List
리턴 int

HOT() 공개 정적인 메소드

Shorthand for the U9HOTweenTransition. Uses the default constructor. For more control, use the other overloads directly.
public static HOT ( U9HOTweenTransition, hoTweenMethod, object target, float duration, Holoville parms ) : U9HOTweenTransition,
hoTweenMethod U9HOTweenTransition, /// HOTween method. ///
target object /// Target. ///
duration float /// Duration. ///
parms Holoville /// Parameters. ///
리턴 U9HOTweenTransition,

LT() 공개 정적인 메소드

public static LT ( U9LeanTweenTransition, hoToTween, GameObject target, Vector3 to, float duration, Hashtable args ) : U9LeanTweenTransition,
hoToTween U9LeanTweenTransition,
target GameObject
to Vector3
duration float
args Hashtable
리턴 U9LeanTweenTransition,

LT() 공개 정적인 메소드

public static LT ( U9LeanTweenTransition, hoToTween, GameObject target, float to, float duration, Hashtable args ) : U9LeanTweenTransition,
hoToTween U9LeanTweenTransition,
target GameObject
to float
duration float
args Hashtable
리턴 U9LeanTweenTransition,

Null() 공개 정적인 메소드

Shorthand for the U9NullTransition.
public static Null ( ) : U9NullTransition,
리턴 U9NullTransition,

P() 공개 정적인 메소드

Shorthand for the U9ParallelTransition.
public static P ( ) : U9ParallelTransition,
리턴 U9ParallelTransition,

PrioritySequence() 공개 정적인 메소드

public static PrioritySequence ( U9Transition, transitions, float staggerTime = 0f ) : U9SerialTransition,
transitions U9Transition,
staggerTime float
리턴 U9SerialTransition,

S() 공개 정적인 메소드

Shorthand for the U9SerialTransition.
public static S ( ) : U9SerialTransition,
리턴 U9SerialTransition,

Stagger() 공개 정적인 메소드

Plays transitions in parallel, with a specified interval between each one.
public static Stagger ( float staggerOffset ) : U9ParallelTransition,
staggerOffset float /// Start time offset. ///
리턴 U9ParallelTransition,

Stagger() 공개 정적인 메소드

Plays transitions in parallel, with a specified interval between each one.
public static Stagger ( float staggerOffset, bool ignoreTimescale ) : U9ParallelTransition,
staggerOffset float /// Start time offset. ///
ignoreTimescale bool /// Set to true to ignore timescale settings. ///
리턴 U9ParallelTransition,

T() 공개 정적인 메소드

public static T ( U9iTweenTransition, hoTweenMethod, GameObject target, Hashtable args ) : U9iTweenTransition,
hoTweenMethod U9iTweenTransition,
target GameObject
args Hashtable
리턴 U9iTweenTransition,

ValidateTransitionArray() 공개 정적인 메소드

public static ValidateTransitionArray ( U9Transition, transitions ) : void
transitions U9Transition,
리턴 void

W() 공개 정적인 메소드

Shorthand for the U9WaitTransition. Uses the default constructor. For more control, use the other overloads directly.
public static W ( float waitSeconds ) : U9WaitTransition,
waitSeconds float /// Wait seconds. ///
리턴 U9WaitTransition,

W() 공개 정적인 메소드

Shorthand for the U9WaitTransition. Uses the default constructor with the option to ignore timescale. For more control, use the other overloads directly.
public static W ( float waitSeconds, bool ignoreTimescale ) : U9WaitTransition,
waitSeconds float /// Wait seconds. ///
ignoreTimescale bool /// Ignore timescale. ///
리턴 U9WaitTransition,