Class SosigMeleeAnimationSet
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class SosigMeleeAnimationSet : ScriptableObject
- Inheritance
-
SosigMeleeAnimationSet
Constructors
SosigMeleeAnimationSet()
public SosigMeleeAnimationSet()
Fields
Frames_LocalForward
public List<Vector3> Frames_LocalForward
Field Value
- List<Vector3>
Frames_LocalPos
public List<Vector3> Frames_LocalPos
Field Value
- List<Vector3>
Frames_LocalUp
public List<Vector3> Frames_LocalUp
Field Value
- List<Vector3>
Methods
GetForward(float, bool, bool)
public Vector3 GetForward(float f, bool doEXP, bool loop)
Parameters
f
float
doEXP
bool
loop
bool
Returns
- Vector3
GetPos(float, bool, bool)
public Vector3 GetPos(float f, bool doEXP, bool loop)
Parameters
f
float
doEXP
bool
loop
bool
Returns
- Vector3
GetUp(float, bool, bool)
public Vector3 GetUp(float f, bool doEXP, bool loop)
Parameters
f
float
doEXP
bool
loop
bool
Returns
- Vector3