first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "MyExercise_4",
|
||||
"rootNamespace": "",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d911f6979f01c77419352fd6161e7461
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,22 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace MyExercise_4
|
||||
{
|
||||
public class ValueOutputter
|
||||
{
|
||||
public Vector3 GetVector3()
|
||||
{
|
||||
return new Vector3(10f + (1f/3f), 3f, 9f + (2f/3f));
|
||||
}
|
||||
|
||||
public Quaternion GetQuaternion()
|
||||
{
|
||||
return new Quaternion(10f, 0f, 7f + (1f/3f), 0f);
|
||||
}
|
||||
|
||||
public float GetFloat()
|
||||
{
|
||||
return 19f + (1f/3f);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 425183477b664a64ca5f931058d1616c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user