default eztransform constructor
This commit is contained in:
parent
a06db78d42
commit
258f299fa0
@ -29,7 +29,11 @@ public class CSNC : MonoBehaviour
|
|||||||
rotation.Add(transform.rotation.z);
|
rotation.Add(transform.rotation.z);
|
||||||
rotation.Add(transform.rotation.w);
|
rotation.Add(transform.rotation.w);
|
||||||
}
|
}
|
||||||
|
public EZtransform()
|
||||||
|
{
|
||||||
|
position = new List<float>();
|
||||||
|
rotation = new List<float>();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
private class CSNCObject
|
private class CSNCObject
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user