Skip to content

RoyInterface / Exports / resource/material/RoyMaterialBase / TwRoyMaterialUniformPluginType

Interface: TwRoyMaterialUniformPluginType

resource/material/RoyMaterialBase.TwRoyMaterialUniformPluginType

Hierarchy

  • ITweenPlugin

    TwRoyMaterialUniformPluginType

Table of contents

Properties

Methods

Properties

ID

ID: string

Inherited from

ITweenPlugin.ID


priority

priority: number

Inherited from

ITweenPlugin.priority

Methods

install

install(): void

Returns

void

Inherited from

ITweenPlugin.install


init

init(tween?, prop?, value?): unknown

Parameters

NameType
tween?Tween
prop?string
value?unknown

Returns

unknown

Inherited from

ITweenPlugin.init


change

change(tween, step, prop, value, ratio, end): unknown

Parameters

NameType
tweenTween
stepTweenStep
propstring
valueunknown
rationumber
endboolean

Returns

unknown

Inherited from

ITweenPlugin.change


step

step(tween, step, props): void

Parameters

NameType
tweenTween
stepTweenStep
propsobject

Returns

void

Inherited from

ITweenPlugin.step


createProxy

createProxy(mat): ITweenTarget

Parameters

NameType
matRoyMaterialBase

Returns

ITweenTarget