# AnimationPlayerInfo

> Struct

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.valuetype.equals)

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

***

Namespace: UnityEngine.Pixyz.View

```csharp
[Serializable]
public struct AnimationPlayerInfo
```

## Constructors

### AnimationPlayerInfo(AnimationPlayerInfo)

```csharp
public AnimationPlayerInfo(AnimationPlayerInfo o)
```

Parameters

| Type                                              | Name | Description |
| ------------------------------------------------- | ---- | ----------- |
| [AnimationPlayerInfo](./view_animationplayerinfo) | o    |             |

## Fields

### isPlaying

```csharp
public bool isPlaying
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### isLooping

```csharp
public bool isLooping
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### currentFrame

```csharp
public ulong currentFrame
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [ulong](https://learn.microsoft.com/dotnet/api/system.uint64) |             |

### speed

```csharp
public double speed
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |
