<Code Lib>
2026 Method
Changes 0
M

LightType.SetInitialColor

Description:
Replace the current initial color object with the given object
Remarks:
The argument object is cloned

public void SetInitialColor(
	InitialColor initialColor
)

  • initialColor
    An object derived from an InitialColor object The object pointed to is cloned internally

Loading…