C# Class Xenko.Editor.Preview.PreviewEntity

Mostrar archivo Open project: xen2/stride

Public Properties

Property Type Description
Disposed Action
Entity Entity

Public Methods

Method Description
PreviewEntity ( Entity entity ) : System

Method Details

PreviewEntity() public method

public PreviewEntity ( Entity entity ) : System
entity Entity
return System

Property Details

Disposed public_oe property

The actions to undertake when the preview entity is not used anymore.
public Action Disposed
return Action

Entity public_oe property

The entity to preview.
public Entity Entity
return Entity