Click or drag to resize
ImmutableRectOffset Constructor (RectOffset)
Initializes a new instance of the ImmutableRectOffset struct.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ImmutableRectOffset(
	RectOffset rectOffset
)

Parameters

rectOffset
Type: RectOffset
Rect offset.
See Also