Inheritance
TransformOverride
public class TransformOverride : IDataInstance
Properties
Declaration
public SyncId Id { get; set; }
Property Value
Implements
Declaration
public SyncId InstanceId { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public Vector3 Position { get; set; }
Property Value
Declaration
public Vector3 Rotation { get; set; }
Property Value
Declaration
public Vector3 Scale { get; set; }
Property Value
Declaration
public string SourceId { get; set; }
Property Value
Methods
Declaration
public static TransformOverride FromSyncModel(ISyncModel syncModel)
Parameters
Type |
Name |
Description |
ISyncModel |
syncModel |
|
Returns