コード例 #1
0
ファイル: Splat.cs プロジェクト: Alarack/2DSandbox
 public void SetSplatVisualLayer(SplatLoacation splatLocation)
 {
     this.splatLocation = splatLocation;
 }
コード例 #2
0
 public void SetSplatVisualLayer(SplatLoacation splatLocation, Vector3 euler)
 {
     this.splatLocation = splatLocation;
     transform.rotation = Quaternion.Euler(euler.x, euler.y, transform.rotation.z);
 }