去掉obi,使用自写绳索
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
|
||||
namespace Obi
|
||||
{
|
||||
public abstract class ObiMeshBasedActorBlueprint : ObiActorBlueprint
|
||||
{
|
||||
public Mesh inputMesh; /**< Mesh used to generate the blueprint.*/
|
||||
public Vector3 scale = Vector3.one;
|
||||
public Quaternion rotation = Quaternion.identity;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user