예제 #1
0
    public FaceInfo Randomise(Vector3 pos, float rot, Vector3 sc)
    {
        RandomIndex();
        FaceInfo final = new FaceInfo(Index, Colour);

        final.Randomise(pos, rot, sc);
        return(final);
    }