Struct ChildAdoptedNotification
public struct ChildAdoptedNotification
- Inherited Members
Constructors
ChildAdoptedNotification(EcsNode)
public ChildAdoptedNotification(EcsNode child)
Parameters
child
EcsNode
Properties
Child
public readonly EcsNode? Child { get; }