Class PlayableNode
Inheritance
System.Object
PlayableNode
Syntax
public class PlayableNode : SharedPlayableNode
Constructors
PlayableNode(Playable, Single)
Declaration
public PlayableNode(Playable content, float weight = 1F)
Parameters
| Type |
Name |
Description |
| Playable |
content |
|
| System.Single |
weight |
|
Methods
GetContentType()
Declaration
public override Type GetContentType()
Returns
Overrides
GetContentTypeShortName()
Declaration
public override string GetContentTypeShortName()
Returns
| Type |
Description |
| System.String |
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides