InputLocalOffset.Offset

InputLocalOffset.Offset property

Gets or sets the offset. The offset attribute represents the offset into the list of indices. If two input elements share the same offset, they will be indexed the same. This works as a simple form of compression for the list of indices as well as defining the order the inputs should be used in. Required attribute.

public ulong Offset { get; set; }

See Also