C# Class GoKitTweenExtensions, wepwep

Exibir arquivo Open project: encephalopathy/wepwep Class Usage Examples

Public Methods

Method Description
colorFrom ( this self, float duration, Color endValue, string colorName = "_Color" ) : GoTween,
colorTo ( this self, float duration, Color endValue, string colorName = "_Color" ) : GoTween,
eulerAnglesFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
eulerAnglesTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
localEulerAnglesFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
localEulerAnglesTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
localPositionFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
localPositionTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
positionFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
positionTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
scaleFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
scaleTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
scaleTo ( this self, float duration, float endValue, bool isRelative = false ) : GoTween,
shake ( this self, float duration, Vector3 shakeMagnitude, GoShakeType shakeType = GoShakeType.Position, int frameMod = 1, bool useLocalProperties = false ) : GoTween,

Method Details

colorFrom() public static method

public static colorFrom ( this self, float duration, Color endValue, string colorName = "_Color" ) : GoTween,
self this
duration float
endValue Color
colorName string
return GoTween,

colorTo() public static method

public static colorTo ( this self, float duration, Color endValue, string colorName = "_Color" ) : GoTween,
self this
duration float
endValue Color
colorName string
return GoTween,

eulerAnglesFrom() public static method

public static eulerAnglesFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

eulerAnglesTo() public static method

public static eulerAnglesTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

localEulerAnglesFrom() public static method

public static localEulerAnglesFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

localEulerAnglesTo() public static method

public static localEulerAnglesTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

localPositionFrom() public static method

public static localPositionFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

localPositionTo() public static method

public static localPositionTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

positionFrom() public static method

public static positionFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

positionTo() public static method

public static positionTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

scaleFrom() public static method

public static scaleFrom ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

scaleTo() public static method

public static scaleTo ( this self, float duration, Vector3 endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue Vector3
isRelative bool
return GoTween,

scaleTo() public static method

public static scaleTo ( this self, float duration, float endValue, bool isRelative = false ) : GoTween,
self this
duration float
endValue float
isRelative bool
return GoTween,

shake() public static method

public static shake ( this self, float duration, Vector3 shakeMagnitude, GoShakeType shakeType = GoShakeType.Position, int frameMod = 1, bool useLocalProperties = false ) : GoTween,
self this
duration float
shakeMagnitude Vector3
shakeType GoShakeType
frameMod int
useLocalProperties bool
return GoTween,