# AnimChannelInfo

> Class

Inheritance

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

***

Inherited Members

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

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

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

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

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

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

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

***

Namespace: UnityEngine.Pixyz.Scene

```csharp
[Serializable]
public class AnimChannelInfo
```

## Constructors

### AnimChannelInfo()

```csharp
public AnimChannelInfo()
```

### AnimChannelInfo(AnimChannelInfo)

```csharp
public AnimChannelInfo(AnimChannelInfo o)
```

Parameters

| Type                                       | Name | Description |
| ------------------------------------------ | ---- | ----------- |
| [AnimChannelInfo](./scene_animchannelinfo) | o    |             |

## Fields

### name

```csharp
public string name
```

Returns

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

### type

```csharp
public AnimChannelType type
```

Returns

| Type                                       | Description |
| ------------------------------------------ | ----------- |
| [AnimChannelType](./scene_animchanneltype) |             |

### mainPropertyBinder

```csharp
public uint mainPropertyBinder
```

Returns

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

### hasKeyFrames

```csharp
public bool hasKeyFrames
```

Returns

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