public RawWriteOperation(RawWriteOperation other)
 {
     // Notes: May want to switch to MemberwiseClone, for now those this is fine
     m_Command = other.m_Command;
 }
Exemple #2
0
 public SceneDataWriteOperation(RawWriteOperation other) : base(other)
 {
 }
 public SceneBundleWriteOperation(RawWriteOperation other) : base(other)
 {
 }
Exemple #4
0
 public AssetBundleWriteOperation(RawWriteOperation other) : base(other)
 {
 }