Struct CellItemTransformSettings
Assembly: fwt.hexterrains.dll
[Serializable]
public struct CellItemTransformSettings
Properties
Declaration
public static CellItemTransformSettings Default { get; }
Property Value
Declaration
public float3 Position { get; set; }
Property Value
Declaration
public quaternion Rotation { get; set; }
Property Value
| Type |
Description |
| quaternion |
|
Declaration
public float3 Scale { get; set; }
Property Value
Declaration
public float Scale1 { get; set; }
Property Value
Gets the transformation matrix that represents the object's position, rotation, and scale in local space.
Declaration
public Matrix4x4 Transform { get; set; }
Property Value
| Type |
Description |
| Matrix4x4 |
|
Extension Methods