GAF  3.4.10
General animation format player for Unity
Properties | Private Attributes | List of all members
GAFAnimationPlayerSettings Class Reference

Properties

float scale [get, set]
 
float csf [get, set]
 
float pixelsPerUnit [get, set]
 
bool playAutomatically [get, set]
 
bool ignoreTimeScale [get, set]
 
bool perfectTiming [get, set]
 
bool playInBackground [get, set]
 
GAFWrapMode wrapMode [get, set]
 
uint targetFPS [get, set]
 
float targetSPF [get]
 

Private Attributes

float m_Scale = 1f
 
float m_CSF = 1f
 
float m_PixelsPerUnit = 1f
 
bool m_PlayAutomatically = true
 
bool m_IgnoreTimeScale = false
 
bool m_PerfectTiming = true
 
bool m_PlayInBackground = false
 
GAFWrapMode m_WrapMode = GAFWrapMode.Once
 
int m_TargetFPS = 30
 

Member Data Documentation

float GAFAnimationPlayerSettings.m_CSF = 1f
private
bool GAFAnimationPlayerSettings.m_IgnoreTimeScale = false
private
bool GAFAnimationPlayerSettings.m_PerfectTiming = true
private
float GAFAnimationPlayerSettings.m_PixelsPerUnit = 1f
private
bool GAFAnimationPlayerSettings.m_PlayAutomatically = true
private
bool GAFAnimationPlayerSettings.m_PlayInBackground = false
private
float GAFAnimationPlayerSettings.m_Scale = 1f
private
int GAFAnimationPlayerSettings.m_TargetFPS = 30
private
GAFWrapMode GAFAnimationPlayerSettings.m_WrapMode = GAFWrapMode.Once
private

Property Documentation

float GAFAnimationPlayerSettings.csf
getset
bool GAFAnimationPlayerSettings.ignoreTimeScale
getset
bool GAFAnimationPlayerSettings.perfectTiming
getset
float GAFAnimationPlayerSettings.pixelsPerUnit
getset
bool GAFAnimationPlayerSettings.playAutomatically
getset
bool GAFAnimationPlayerSettings.playInBackground
getset
float GAFAnimationPlayerSettings.scale
getset
uint GAFAnimationPlayerSettings.targetFPS
getset
float GAFAnimationPlayerSettings.targetSPF
get
GAFWrapMode GAFAnimationPlayerSettings.wrapMode
getset

The documentation for this class was generated from the following file: