AnimationPlayerInfo
Struct
Read time 1 minuteLast updated 21 hours ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.View
[Serializable]public struct AnimationPlayerInfo
Constructors
AnimationPlayerInfo(AnimationPlayerInfo)
Parameterspublic AnimationPlayerInfo(AnimationPlayerInfo o)
Type | Name | Description |
|---|---|---|
| AnimationPlayerInfo | o |
Fields
isPlaying
Returnspublic bool isPlaying
Type | Description |
|---|---|
| bool |
isLooping
Returnspublic bool isLooping
Type | Description |
|---|---|
| bool |
currentFrame
Returnspublic ulong currentFrame
Type | Description |
|---|---|
| ulong |
speed
Returnspublic double speed
Type | Description |
|---|---|
| double |