Offsets Class

Prefab's offsets.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
[SerializableAttribute]
public class Offsets
Inheritance
Object    Offsets

Constructors

OffsetsInitializes a new instance of the Offsets class

Properties

MaxScale Maximum scale value.
MinScale Minimal scale value.
PosOffsetX Position offset on the X axis.
PosOffsetY Position offset on the Y axis.
PosOffsetZ Position offset on the Z axis.
RandomAnglesX Random rotation value of the X axis.
RandomAnglesY Random rotation value of the Y axis.
RandomAnglesZ Random rotation value of the Z axis.

Methods

DrawUI UI drawing method.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also