Bearbeiten

Freigeben über


RuntimeLightingSettings.Lerp Method

Definition

Lerps between two settings

public:
 static Microsoft::MixedReality::Toolkit::SceneSystem::RuntimeLightingSettings Lerp(Microsoft::MixedReality::Toolkit::SceneSystem::RuntimeLightingSettings from, Microsoft::MixedReality::Toolkit::SceneSystem::RuntimeLightingSettings to, float t);
public static Microsoft.MixedReality.Toolkit.SceneSystem.RuntimeLightingSettings Lerp (Microsoft.MixedReality.Toolkit.SceneSystem.RuntimeLightingSettings from, Microsoft.MixedReality.Toolkit.SceneSystem.RuntimeLightingSettings to, float t);
static member Lerp : Microsoft.MixedReality.Toolkit.SceneSystem.RuntimeLightingSettings * Microsoft.MixedReality.Toolkit.SceneSystem.RuntimeLightingSettings * single -> Microsoft.MixedReality.Toolkit.SceneSystem.RuntimeLightingSettings
Public Shared Function Lerp (from As RuntimeLightingSettings, to As RuntimeLightingSettings, t As Single) As RuntimeLightingSettings

Parameters

t
Single

Value from 0 to 1

Returns

Applies to