AssetMember Struct
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
Represents a member of an asset.
public struct AssetMember
              | Name | Description | |
|---|---|---|
| Fields | ||
| Asset | The asset.  | 
                          |
| MemberPath | The path to the member in the asset.  | 
                          |
Fields
Asset
The asset.
public Asset Asset
              Field Value
| Type | Description | 
|---|---|
| Asset | 
MemberPath
The path to the member in the asset.
public MemberPath MemberPath
              Field Value
| Type | Description | 
|---|---|
| Stride.Core.Reflection.MemberPath | 
Inherited Members
                  System.ValueType.Equals(System.Object)
                
                
                  System.ValueType.GetHashCode()
                
                
                  System.ValueType.ToString()